var golang.org/x/sys/unix.errorList
6 uses
golang.org/x/sys/unix (current package)
syscall_unix.go#L55: i := sort.Search(len(errorList), func(i int) bool {
syscall_unix.go#L56: return errorList[i].num >= e
syscall_unix.go#L58: if i < len(errorList) && errorList[i].num == e {
syscall_unix.go#L59: return errorList[i].name
zerrors_linux_amd64.go#L654: var errorList = [...]struct {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)